Jumping Chess
Invented by: Peter Aronson, 2000
All pieces capture by overtake The board has special perimeter squares
Game hierarchy
• Game
• Generic Chess
• Generic x10
• Generic 10x10
• Jumping Chess
Board
FEN: 10/1rnbqkbnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNBQKBNR1/10 w IBib - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King* | King | K | Generic Chess | extinction loses; can castle |
Pawn* | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Jumping Chess | |
Rook | Rook | R | Jumping Chess | castling partner; open file bonus |
Bishop | Bishop | B | Jumping Chess | colorbinding evaluation; outpost bonus |
Jumping Chess Knight | Knight | N | Jumping Chess | outpost bonus |
* indicates the internal type has been modified
Game Variables
Name = "Jumping Chess"
Invented = "2000"
InventedBy = "Peter Aronson"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "10/1rnbqkbnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNBQKBNR1/10"
DeduplicateMoves = false
StaticExchangeEvaluation = false
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = "QRBN"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x10:
PawnMultipleMove = Grand
Declared in Generic 10x10:
Castling = 2R Close-Rook
Rules
MoveCompletionDefaultRule
ExtinctionRule
Move50Rule
CastlingRule
JumpingChessBorderRule
BasicPromotionRule
JumpingEnPassantRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|